emacs.git
18 years ago*** empty log message ***
Eli Zaretskii [Fri, 20 Jul 2007 11:15:09 +0000 (11:15 +0000)]
*** empty log message ***

18 years ago(install-lisp-CMD, install-lisp-SH): Don't create subdirectories
Eli Zaretskii [Fri, 20 Jul 2007 11:14:40 +0000 (11:14 +0000)]
(install-lisp-CMD, install-lisp-SH): Don't create subdirectories
in $(INSTALL_DIR)/lisp/ if they already exist.

18 years ago(vera-mode-map): Move initialization into declaration.
Stefan Monnier [Fri, 20 Jul 2007 04:48:30 +0000 (04:48 +0000)]
(vera-mode-map): Move initialization into declaration.

18 years ago(vera-re-search-forward, vera-re-search-backward):
Stefan Monnier [Fri, 20 Jul 2007 04:11:14 +0000 (04:11 +0000)]
(vera-re-search-forward, vera-re-search-backward):
Remove use of store-match-data.

18 years ago(flymake-buildfile-dirs): Remove.
Stefan Monnier [Fri, 20 Jul 2007 04:09:08 +0000 (04:09 +0000)]
(flymake-buildfile-dirs): Remove.
(flymake-find-buildfile): Use locate-dominating-file.

18 years ago(locate-dominating-file): Add comment.
Stefan Monnier [Fri, 20 Jul 2007 04:00:37 +0000 (04:00 +0000)]
(locate-dominating-file): Add comment.

18 years ago(vc-delistify): Use mapconcat.
Stefan Monnier [Fri, 20 Jul 2007 03:59:03 +0000 (03:59 +0000)]
(vc-delistify): Use mapconcat.
(vc-do-command): Minor simplification.
(vc-expand-dirs): Use push.

18 years agoAdd todo item.
Stefan Monnier [Fri, 20 Jul 2007 03:57:14 +0000 (03:57 +0000)]
Add todo item.

18 years ago(vc-(m)cvs-create-repo): Remove.
Stefan Monnier [Fri, 20 Jul 2007 03:56:53 +0000 (03:56 +0000)]
(vc-(m)cvs-create-repo): Remove.

18 years ago(vc-find-root): Fix case where `file' is the current
Stefan Monnier [Fri, 20 Jul 2007 03:48:27 +0000 (03:48 +0000)]
(vc-find-root): Fix case where `file' is the current
directory and the root as well.

18 years ago(vc-hg-workfile-unchanged-p): New function.
Dan Nicolaescu [Fri, 20 Jul 2007 03:15:19 +0000 (03:15 +0000)]
(vc-hg-workfile-unchanged-p): New function.

18 years ago(utf-8-post-read-conversion): Temporarily
Kenichi Handa [Fri, 20 Jul 2007 01:53:08 +0000 (01:53 +0000)]
(utf-8-post-read-conversion): Temporarily
bind utf-8-compose-scripts to nil while running *-compose-region
functions.

18 years ago* vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
Dan Nicolaescu [Fri, 20 Jul 2007 01:22:18 +0000 (01:22 +0000)]
* vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
instead of a file.

* vc-hg.el (vc-hg-print-log): Fix for multiple files.

* vc.el: (vc-directory-exclusion-list): Add .hg and .bzr.
(vc-diff-internal): Pass a list instead of a file.

18 years ago(vc-print-log): Fix call to print-log.
Dan Nicolaescu [Fri, 20 Jul 2007 00:19:49 +0000 (00:19 +0000)]
(vc-print-log): Fix call to print-log.
(vc-default-comment-history): Likewise.

18 years ago* vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
Dan Nicolaescu [Fri, 20 Jul 2007 00:09:17 +0000 (00:09 +0000)]
* vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
(vc-hg-registered): Replace if with when.
(vc-hg-state): Deal with nonexistent files and handle removed
files.
(vc-hg-dir-state, vc-hg-dired-state-info): New functions.
(vc-hg-checkout): Re-enable.
(vc-hg-create-repo): Fix typos.

* vc.el: Fix typo.

* vc-mcvs.el (vc-mcvs-create-repo): Fix typos.

* vc-bzr.el (vc-bzr-create-repo): New function.

18 years agoLog entries as requested by Stefan.
Eric S. Raymond [Thu, 19 Jul 2007 22:23:30 +0000 (22:23 +0000)]
Log entries as requested by Stefan.

18 years agoMake certain diff output gets put in the correcct buffer.
Eric S. Raymond [Thu, 19 Jul 2007 19:59:25 +0000 (19:59 +0000)]
Make certain diff output gets put in the correcct buffer.

18 years ago(vc-find-root): Walk up the tree to find an existing
Stefan Monnier [Thu, 19 Jul 2007 18:49:59 +0000 (18:49 +0000)]
(vc-find-root): Walk up the tree to find an existing
`file' from which to start the search.

18 years agoUpdate Changelog.
Eric S. Raymond [Thu, 19 Jul 2007 14:27:06 +0000 (14:27 +0000)]
Update Changelog.

18 years agovc-cvs-checkin had some reference problems, now fixed.
Eric S. Raymond [Thu, 19 Jul 2007 14:26:08 +0000 (14:26 +0000)]
vc-cvs-checkin had some reference problems, now fixed.

18 years agoFix two variable-reference bugs.
Eric S. Raymond [Thu, 19 Jul 2007 14:18:33 +0000 (14:18 +0000)]
Fix two variable-reference bugs.

18 years ago*** empty log message ***
Martin Rudalics [Thu, 19 Jul 2007 06:31:59 +0000 (06:31 +0000)]
*** empty log message ***

18 years ago(top-level): Fix typo in final comment introduced
Martin Rudalics [Thu, 19 Jul 2007 06:30:39 +0000 (06:30 +0000)]
(top-level): Fix typo in final comment introduced
with last change.

18 years ago(locate-dominating-file): New function.
Stefan Monnier [Thu, 19 Jul 2007 03:29:47 +0000 (03:29 +0000)]
(locate-dominating-file): New function.

18 years ago* progmodes/grep.el (grep-host-defaults-alist): New defvar.
Michael Albinus [Wed, 18 Jul 2007 21:02:29 +0000 (21:02 +0000)]
* progmodes/grep.el (grep-host-defaults-alist): New defvar.
(grep-compute-defaults): Use it.

18 years agoFix read error reported by Fabien Coelho.
Eric S. Raymond [Wed, 18 Jul 2007 20:11:28 +0000 (20:11 +0000)]
Fix read error reported by Fabien Coelho.

18 years agoImprove the explanation of version control to include concepts
Eric S. Raymond [Wed, 18 Jul 2007 19:42:23 +0000 (19:42 +0000)]
Improve the explanation of version control to include concepts
from more modern systems.

18 years agoDocstring fixes.
Stefan Monnier [Wed, 18 Jul 2007 19:16:41 +0000 (19:16 +0000)]
Docstring fixes.

18 years agoPut the lower half (the back-end) of NewVC in place. This commit
Eric S. Raymond [Wed, 18 Jul 2007 16:32:40 +0000 (16:32 +0000)]
Put the lower half (the back-end) of NewVC in place.  This commit
makes only the minimum changes needed to get the old vc.el logic
working with the new back ends.

18 years agoPut the lower half (the back-end) of NewVC in place. This commit
Eric S. Raymond [Wed, 18 Jul 2007 16:32:39 +0000 (16:32 +0000)]
Put the lower half (the back-end) of NewVC in place.  This commit
makes only the minimum changes needed to get the old vc.el logic
working with the new back ends.

18 years agoPut the lower half (the back-end) of NewVC in place. This commit
Eric S. Raymond [Wed, 18 Jul 2007 16:32:37 +0000 (16:32 +0000)]
Put the lower half (the back-end) of NewVC in place.  This commit
makes only the minimum changes needed to get the old vc.el logic
working with the new back ends.

18 years agoPut the lower half (the back-end) of NewVC in place. This commit
Eric S. Raymond [Wed, 18 Jul 2007 16:32:36 +0000 (16:32 +0000)]
Put the lower half (the back-end) of NewVC in place.  This commit
makes only the minimum changes needed to get the old vc.el logic
working with the new back ends.

18 years agoPut the lower half (the back-end) of NewVC in place. This commit
Eric S. Raymond [Wed, 18 Jul 2007 16:32:35 +0000 (16:32 +0000)]
Put the lower half (the back-end) of NewVC in place.  This commit
makes only the minimum changes needed to get the old vc.el logic
working with the new back ends.

18 years agoPut the lower half (the back-end) of NewVC in place. This commit
Eric S. Raymond [Wed, 18 Jul 2007 16:32:33 +0000 (16:32 +0000)]
Put the lower half (the back-end) of NewVC in place.  This commit
makes only the minimum changes needed to get the old vc.el logic
working with the new back ends.

18 years agoPut the lower half (the back-end) of NewVC in place. This commit
Eric S. Raymond [Wed, 18 Jul 2007 16:32:00 +0000 (16:32 +0000)]
Put the lower half (the back-end) of NewVC in place.  This commit
makes only the minimum changes needed to get the old vc.el logic
working with the new back ends.

18 years agoPut the lower half (the back-end) of NewVC in place. This commit
Eric S. Raymond [Wed, 18 Jul 2007 16:31:58 +0000 (16:31 +0000)]
Put the lower half (the back-end) of NewVC in place.  This commit
makes only the minimum changes needed to get the old vc.el logic
working with the new back ends.

18 years agoPut the lower half (the back-end) of NewVC in place. This commit
Eric S. Raymond [Wed, 18 Jul 2007 16:31:56 +0000 (16:31 +0000)]
Put the lower half (the back-end) of NewVC in place.  This commit
makes only the minimum changes needed to get the old vc.el logic
working with the new back ends.

18 years agoPut the lower half (the back-end) of NewVC in place. This commit
Eric S. Raymond [Wed, 18 Jul 2007 16:12:16 +0000 (16:12 +0000)]
Put the lower half (the back-end) of NewVC in place.  This commit
makes only the minimum changes needed to get the old vc.el logic
working with the new back ends.

18 years agoGeneralize stay-local-p to operatre on lists of files.
Eric S. Raymond [Wed, 18 Jul 2007 12:43:37 +0000 (12:43 +0000)]
Generalize stay-local-p to operatre on lists of files.
Change two keybindings to point to new function names.

18 years agoGeneralize stay-local-p to operatre on lists of files.
Eric S. Raymond [Wed, 18 Jul 2007 12:43:35 +0000 (12:43 +0000)]
Generalize stay-local-p to operatre on lists of files.
Change two keybindings to point to new function names.

18 years ago*** empty log message ***
Juanma Barranquero [Wed, 18 Jul 2007 12:42:16 +0000 (12:42 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Juanma Barranquero [Wed, 18 Jul 2007 11:55:44 +0000 (11:55 +0000)]
*** empty log message ***

18 years ago(Fsetq_default): Doc fix.
Juanma Barranquero [Wed, 18 Jul 2007 11:54:08 +0000 (11:54 +0000)]
(Fsetq_default): Doc fix.

18 years ago(Fsetq): Doc fix.
Juanma Barranquero [Wed, 18 Jul 2007 11:52:52 +0000 (11:52 +0000)]
(Fsetq): Doc fix.

18 years ago(For, Fand): Doc fixes.
Juanma Barranquero [Wed, 18 Jul 2007 11:48:47 +0000 (11:48 +0000)]
(For, Fand): Doc fixes.
Reported by Johan Bockgård.

18 years ago(Ffind_operation_coding_system): Doc fix.
Juanma Barranquero [Wed, 18 Jul 2007 11:47:54 +0000 (11:47 +0000)]
(Ffind_operation_coding_system): Doc fix.
Reported by Johan Bockgård.

18 years ago*** empty log message ***
Jan Djärv [Wed, 18 Jul 2007 10:47:04 +0000 (10:47 +0000)]
*** empty log message ***

18 years agoDeclare x_ewmh_activate_frame
Jan Djärv [Wed, 18 Jul 2007 10:46:53 +0000 (10:46 +0000)]
Declare x_ewmh_activate_frame

18 years ago(x_ewmh_activate_frame): New function.
Jan Djärv [Wed, 18 Jul 2007 10:46:38 +0000 (10:46 +0000)]
(x_ewmh_activate_frame): New function.
(XTframe_raise_lower): Move code to x_ewmh_activate_frame.

18 years ago(Fx_focus_frame): Call x_ewmh_activate_frame
Jan Djärv [Wed, 18 Jul 2007 10:46:25 +0000 (10:46 +0000)]
(Fx_focus_frame): Call x_ewmh_activate_frame

18 years ago*** empty log message ***
Juanma Barranquero [Wed, 18 Jul 2007 09:18:58 +0000 (09:18 +0000)]
*** empty log message ***

18 years ago(follow-mode-hook, follow-mode-off-hook, follow-mode,
Juanma Barranquero [Wed, 18 Jul 2007 09:01:47 +0000 (09:01 +0000)]
(follow-mode-hook, follow-mode-off-hook, follow-mode,
follow-delete-other-windows-and-split, follow-recenter,
follow-windows-aligned-p, follow-point-visible-all-windows-p, follow-redisplay,
follow-estimate-first-window-start, follow-xemacs-scrollbar-support,
follow-intercept-process-output): Fix typos in docstrings.

18 years ago*** empty log message ***
Martin Rudalics [Wed, 18 Jul 2007 08:55:20 +0000 (08:55 +0000)]
*** empty log message ***

18 years ago(change-log-mode): Use fill-nobreak-predicate to
Martin Rudalics [Wed, 18 Jul 2007 08:54:43 +0000 (08:54 +0000)]
(change-log-mode): Use fill-nobreak-predicate to
avoid that filling introduces lines with a single asterisk.

18 years ago(kmacro-end-macro): When ignoring empty macro
Martin Rudalics [Wed, 18 Jul 2007 08:46:42 +0000 (08:46 +0000)]
(kmacro-end-macro): When ignoring empty macro
avoid incorrect kmacro-ring-empty-p messages.

18 years ago* NEWS: `file-remote-p' has a new optional parameter IDENTIFICATION.
Michael Albinus [Tue, 17 Jul 2007 21:34:31 +0000 (21:34 +0000)]
* NEWS: `file-remote-p' has a new optional parameter IDENTIFICATION.

18 years ago* files.texi (Magic File Names): Introduce optional parameter
Michael Albinus [Tue, 17 Jul 2007 21:29:20 +0000 (21:29 +0000)]
* files.texi (Magic File Names): Introduce optional parameter
IDENTIFICATION for `file-remote-p'.

18 years ago* tramp.texi: Move @setfilename ../info/tramp up, outside the header
Michael Albinus [Tue, 17 Jul 2007 21:16:36 +0000 (21:16 +0000)]
* tramp.texi: Move @setfilename ../info/tramp up, outside the header
section.  Reported by <poti@potis.org>.
(Remote processes): Arguments of the program to be debugged are taken
literally.
(Frequently Asked Questions): Simplify recentf example.

18 years ago* net/tramp.el (tramp-handle-file-remote-p): Handle optional
Michael Albinus [Tue, 17 Jul 2007 21:10:07 +0000 (21:10 +0000)]
* net/tramp.el (tramp-handle-file-remote-p): Handle optional
parameter IDENTIFICATION.
(tramp-handle-set-file-times): New defun.  Replaces `tramp-touch'.
(tramp-file-name-handler-alist, tramp-file-name-for-operation):
Add entry for `set-file-times'.
(tramp-do-copy-or-rename-file-via-buffer)
(tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
(tramp-handle-unhandled-file-name-directory): Rewrite.
(tramp-convert-file-attributes): Add error handling when inode is
extraordinary big.
(tramp-get-inode): Change parameter from FILE to VEC.
(tramp-handle-start-file-process ): Use (current-buffer) if BUFFER
is NIL.  This is according to the specification.  Goto (point-max)
when ready.
(tramp-handle-shell-command): Rewrite completely, using
`process-file' and `start-file-process'.
(tramp-methods, tramp-find-shell)
(tramp-open-connection-setup-interactive-shell)
(tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
var.  Reported by Steve Youngs <steve@sxemacs.org>.

* net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
entry for `set-file-times'.  Rename `start-process' into
`start-file-process'.  Remove `call-process' entry.
(tramp-fish-handle-set-file-times): New defun.
(tramp-fish-handle-executable-find): Use `process-file'.
(tramp-fish-handle-process-file): New defun.  Replaces
`tramp-fish-handle-call-process'.
(tramp-fish-do-copy-or-rename-file-directly): Use
`set-file-times'.
(tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.

* net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
`tramp-get-inode' parameter.

18 years ago* net/ange-ftp.el: (ange-ftp-file-remote-p): Handle optional
Michael Albinus [Tue, 17 Jul 2007 21:09:12 +0000 (21:09 +0000)]
* net/ange-ftp.el: (ange-ftp-file-remote-p): Handle optional
parameter IDENTIFICATION.

18 years ago* progmodes/grep.el (grep-probe): Use `process-file'.
Michael Albinus [Tue, 17 Jul 2007 21:08:49 +0000 (21:08 +0000)]
* progmodes/grep.el (grep-probe): Use `process-file'.
(grep-compute-defaults): Handle variables host specific.

18 years ago* recentf.el (recentf-keep-default-predicate): Adapt call of
Michael Albinus [Tue, 17 Jul 2007 21:08:21 +0000 (21:08 +0000)]
* recentf.el (recentf-keep-default-predicate): Adapt call of
`file-remote-p'.

18 years ago* files.el (file-remote-p): Introduce optional parameter
Michael Albinus [Tue, 17 Jul 2007 21:07:49 +0000 (21:07 +0000)]
* files.el (file-remote-p): Introduce optional parameter
IDENTIFICATION.

18 years ago* etags.c (C_entries): Reset the fvdef machine when out of function.
Francesco Potortì [Tue, 17 Jul 2007 15:13:24 +0000 (15:13 +0000)]
* etags.c (C_entries): Reset the fvdef machine when out of function.
(PRINT_UNDOCUMENTED_OPTIONS_HELP): #define as FALSE if undefined.
(print_help): Use it in if() rather than #if.
(print_help): Conditionally print help about --no-line-directive.

18 years ago*** empty log message ***
Francesco Potortì [Tue, 17 Jul 2007 15:03:54 +0000 (15:03 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Francesco Potortì [Tue, 17 Jul 2007 14:55:40 +0000 (14:55 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Martin Rudalics [Tue, 17 Jul 2007 07:27:27 +0000 (07:27 +0000)]
*** empty log message ***

18 years ago(Fdisplay_buffer): If largest or LRU window is the
Martin Rudalics [Tue, 17 Jul 2007 07:22:59 +0000 (07:22 +0000)]
(Fdisplay_buffer): If largest or LRU window is the
only window, split it even if it is not eligible for splitting.
This restores the original behavior broken by the 2007-07-15
change.

18 years ago(abbrev_check_chars): New function.
Glenn Morris [Tue, 17 Jul 2007 07:04:48 +0000 (07:04 +0000)]
(abbrev_check_chars): New function.
(Fdefine_global_abbrev, Fdefine_mode_abbrev): Call abbrev_check_chars
to check abbrev characters are word constituents.  Doc fix.

18 years ago*** empty log message ***
Glenn Morris [Tue, 17 Jul 2007 07:04:22 +0000 (07:04 +0000)]
*** empty log message ***

18 years ago(Fstart_process, Fmake_network_process, read_process_output):
Stefan Monnier [Tue, 17 Jul 2007 05:57:35 +0000 (05:57 +0000)]
(Fstart_process, Fmake_network_process, read_process_output):
Fix up last changes.

18 years ago(vc-bzr-version, vc-bzr-at-least-version, vc-bzr-post-command-function):
Stefan Monnier [Tue, 17 Jul 2007 05:33:17 +0000 (05:33 +0000)]
(vc-bzr-version, vc-bzr-at-least-version, vc-bzr-post-command-function):
Remove.  Version 0.8 is already old nowadays, and by the time Emacs-23 comes
out, nobody will even remember it has ever existed.

18 years ago*** empty log message ***
Stefan Monnier [Tue, 17 Jul 2007 04:59:27 +0000 (04:59 +0000)]
*** empty log message ***

18 years agoUndo previous change.
Dan Nicolaescu [Tue, 17 Jul 2007 04:47:57 +0000 (04:47 +0000)]
Undo previous change.

18 years ago*** empty log message ***
Eli Zaretskii [Mon, 16 Jul 2007 22:41:49 +0000 (22:41 +0000)]
*** empty log message ***

18 years ago(clean): Don't delete *~.
Eli Zaretskii [Mon, 16 Jul 2007 22:41:23 +0000 (22:41 +0000)]
(clean): Don't delete *~.

18 years ago*** empty log message ***
Eli Zaretskii [Mon, 16 Jul 2007 22:40:17 +0000 (22:40 +0000)]
*** empty log message ***

18 years ago(clean): Don't delete *~.
Eli Zaretskii [Mon, 16 Jul 2007 22:39:26 +0000 (22:39 +0000)]
(clean): Don't delete *~.

18 years ago*** empty log message ***
Eli Zaretskii [Mon, 16 Jul 2007 22:37:26 +0000 (22:37 +0000)]
*** empty log message ***

18 years ago(clean): Don't delete *~.
Eli Zaretskii [Mon, 16 Jul 2007 22:37:01 +0000 (22:37 +0000)]
(clean): Don't delete *~.

18 years ago*** empty log message ***
Eli Zaretskii [Mon, 16 Jul 2007 22:36:01 +0000 (22:36 +0000)]
*** empty log message ***

18 years ago(extraclean): Don't delete *~.
Eli Zaretskii [Mon, 16 Jul 2007 22:35:41 +0000 (22:35 +0000)]
(extraclean): Don't delete *~.

18 years ago*** empty log message ***
Eli Zaretskii [Mon, 16 Jul 2007 22:34:38 +0000 (22:34 +0000)]
*** empty log message ***

18 years ago(bootstrap, bootstrap-nmake, bootstrap-gmake): Depend on cmdproxy.
Eli Zaretskii [Mon, 16 Jul 2007 22:34:10 +0000 (22:34 +0000)]
(bootstrap, bootstrap-nmake, bootstrap-gmake): Depend on cmdproxy.
(cleanall): Don't delete *~.

18 years ago(tex-verbatim-environments): Add safe-local-variable property.
Stefan Monnier [Mon, 16 Jul 2007 18:38:05 +0000 (18:38 +0000)]
(tex-verbatim-environments): Add safe-local-variable property.
(tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
when starting font-lock rather than when loading tex-mode.el.

18 years ago*** empty log message ***
Thien-Thi Nguyen [Mon, 16 Jul 2007 16:59:58 +0000 (16:59 +0000)]
*** empty log message ***

18 years ago(bookmark-maybe-sort-alist): Don't modify bookmark-alist.
Thien-Thi Nguyen [Mon, 16 Jul 2007 16:57:45 +0000 (16:57 +0000)]
(bookmark-maybe-sort-alist): Don't modify bookmark-alist.
Instead, if not sorting, simply return it.
(bookmark-bmenu-list): Call bookmark-maybe-sort-alist
for its return value, not for its side effect.

18 years ago(sh-font-lock-quoted-subshell): Skip over the
Stefan Monnier [Mon, 16 Jul 2007 16:01:04 +0000 (16:01 +0000)]
(sh-font-lock-quoted-subshell): Skip over the
whole $( rather than just the $.  Rename from sh-quoted-subshell.
(sh-font-lock-syntactic-keywords): Adjust call accordingly.

18 years ago*** empty log message ***
Thien-Thi Nguyen [Mon, 16 Jul 2007 14:59:10 +0000 (14:59 +0000)]
*** empty log message ***

18 years ago(calculate-lisp-indent): In the case of alignment under a constant symbol,
Thien-Thi Nguyen [Mon, 16 Jul 2007 14:57:31 +0000 (14:57 +0000)]
(calculate-lisp-indent): In the case of alignment under a constant symbol,
find and consider the sexp actually at indentation to be the "last sexp".

18 years ago*** empty log message ***
Andreas Schwab [Mon, 16 Jul 2007 13:22:13 +0000 (13:22 +0000)]
*** empty log message ***

18 years ago(Fdisplay_buffer): Use NILP.
Andreas Schwab [Mon, 16 Jul 2007 13:21:53 +0000 (13:21 +0000)]
(Fdisplay_buffer): Use NILP.
(Fset_window_scroll_bars): Likewise.

18 years ago*** empty log message ***
Richard M. Stallman [Mon, 16 Jul 2007 04:42:24 +0000 (04:42 +0000)]
*** empty log message ***

18 years ago(mouse-yank-secondary): Better error message if no secondary selection.
Richard M. Stallman [Mon, 16 Jul 2007 04:41:29 +0000 (04:41 +0000)]
(mouse-yank-secondary): Better error message if no secondary selection.

18 years ago(vc-handled-backends): Move BZR later in the list.
Dan Nicolaescu [Mon, 16 Jul 2007 04:25:51 +0000 (04:25 +0000)]
(vc-handled-backends): Move BZR later in the list.

18 years ago(xterm-turn-on-modify-other-keys)
Dan Nicolaescu [Mon, 16 Jul 2007 04:05:08 +0000 (04:05 +0000)]
(xterm-turn-on-modify-other-keys)
(xterm-turn-off-modify-other-keys): New functions.
(terminal-init-xterm): Enable the modifyOtherKeys feature if the
terminal supports it.

18 years ago*** empty log message ***
Thien-Thi Nguyen [Mon, 16 Jul 2007 02:17:28 +0000 (02:17 +0000)]
*** empty log message ***

18 years ago(bookmark-show-all-annotations):
Thien-Thi Nguyen [Mon, 16 Jul 2007 02:16:00 +0000 (02:16 +0000)]
(bookmark-show-all-annotations):
Make sure each inserted annotation ends with newline.

18 years ago*** empty log message ***
Jason Rumney [Sun, 15 Jul 2007 22:15:38 +0000 (22:15 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Michael Albinus [Sun, 15 Jul 2007 20:05:28 +0000 (20:05 +0000)]
*** empty log message ***